From d916bf3f7e407fd0c4a7d3a746f6846e84aa36b2 Mon Sep 17 00:00:00 2001 From: Nick Rosbrook Date: Mon, 16 Dec 2019 18:08:08 +0000 Subject: [PATCH] golang/xenlight: remove no-longer used type MemKB Signed-off-by: Nick Rosbrook Acked-by: George Dunlap --- tools/golang/xenlight/xenlight.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/golang/xenlight/xenlight.go b/tools/golang/xenlight/xenlight.go index 8f41047726..fb1c6d9e51 100644 --- a/tools/golang/xenlight/xenlight.go +++ b/tools/golang/xenlight/xenlight.go @@ -83,8 +83,6 @@ type Domid uint32 // Devid is a device ID. type Devid int -type MemKB uint64 - // Uuid is a domain UUID. type Uuid [16]byte -- 2.30.2